Bug 576254 - <object> requires attribute "id"
authorHiroyuki Ikezoe <poincare@ikezoe.net>
Sun, 22 Mar 2009 23:09:54 +0000 (23:09 +0000)
committerHiroyuki Ikezoe <hiikezoe@src.gnome.org>
Sun, 22 Mar 2009 23:09:54 +0000 (23:09 +0000)
2009-03-23  Hiroyuki Ikezoe  <poincare@ikezoe.net>

Bug 576254 - <object> requires attribute "id"

* docs/reference/gtk/tmpl/gtkdialog.sgml: Add id attribute to
GtkBuilder UI sample.

svn path=/trunk/; revision=22580

ChangeLog
docs/reference/gtk/tmpl/gtkdialog.sgml

index 69a3b87dff7dd40acd3c3ca95c520b85ad8a1f3c..3ec2493cbf6cafe5fe1d805606cd0c16fd0cd488 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-23  Hiroyuki Ikezoe  <poincare@ikezoe.net>
+
+       Bug 576254 - <object> requires attribute "id"
+
+       * docs/reference/gtk/tmpl/gtkdialog.sgml: Add id attribute to 
+       GtkBuilder UI sample.
+
 2009-03-21  Cody Russell  <bratsche@gnome.org>
 
        Bug 538840 – [Win32] GTK menu theming could be improved
index ee87d0aaefc046490518f7f9b3f010e03d6e335d..8eb1a6b2a22704d7fe1194a5b7b3839c8509682c 100644 (file)
@@ -120,9 +120,9 @@ is the id of widget (which should be a child of the dialogs @action_area).
 <programlisting><![CDATA[
 <object class="GtkDialog" id="dialog1">
   <child internal-child="vbox">"
-    <object class="GtkVBox">
+    <object class="GtkVBox" id="vbox">
       <child internal-child="action_area">
-        <object class="GtkHButtonBox">
+        <object class="GtkHButtonBox" id="button_box">
           <child>
             <object class="GtkButton" id="button_cancel"/>
           </child>